home *** CD-ROM | disk | FTP | other *** search
- object Arcpropertiesform: TArcpropertiesform
- Left = 889
- Top = 416
- BorderStyle = bsDialog
- ClientHeight = 441
- ClientWidth = 361
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Pagecontrol: TPageControl
- Left = 8
- Top = 8
- Width = 345
- Height = 393
- ActivePage = Generaltabsheet
- TabIndex = 0
- TabOrder = 0
- object Generaltabsheet: TTabSheet
- Caption = 'General'
- object Image: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object Namebevel: TBevel
- Left = 8
- Top = 48
- Width = 321
- Height = 9
- Shape = bsTopLine
- end
- object Typelabel: TLabel
- Left = 8
- Top = 64
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object Locationlabel: TLabel
- Left = 8
- Top = 88
- Width = 44
- Height = 13
- Caption = 'Location:'
- end
- object Typedatalabel: TLabel
- Left = 88
- Top = 64
- Width = 3
- Height = 13
- end
- object Locationdatalabel: TLabel
- Left = 88
- Top = 88
- Width = 3
- Height = 13
- end
- object Sizelabel: TLabel
- Left = 8
- Top = 112
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object Sizedatalabel: TLabel
- Left = 88
- Top = 112
- Width = 3
- Height = 13
- end
- object Unpackedlabel: TLabel
- Left = 8
- Top = 136
- Width = 53
- Height = 13
- Caption = 'Unpacked:'
- end
- object Unpackeddatalabel: TLabel
- Left = 88
- Top = 136
- Width = 3
- Height = 13
- end
- object Generalbevel: TBevel
- Left = 8
- Top = 160
- Width = 321
- Height = 9
- Shape = bsTopLine
- end
- object Modifiedlabel: TLabel
- Left = 8
- Top = 200
- Width = 43
- Height = 13
- Caption = 'Modified:'
- end
- object Modifieddatalabel: TLabel
- Left = 88
- Top = 200
- Width = 3
- Height = 13
- end
- object Modifiedbevel: TBevel
- Left = 8
- Top = 224
- Width = 321
- Height = 9
- Shape = bsTopLine
- end
- object Attrlabel: TLabel
- Left = 8
- Top = 304
- Width = 47
- Height = 13
- Caption = 'Attributes:'
- end
- object Extrabevel: TBevel
- Left = 8
- Top = 288
- Width = 321
- Height = 9
- Shape = bsTopLine
- end
- object Crclabel: TLabel
- Left = 8
- Top = 240
- Width = 25
- Height = 13
- Caption = 'CRC:'
- end
- object Totalfileslabel: TLabel
- Left = 8
- Top = 264
- Width = 48
- Height = 13
- Caption = 'Total files:'
- end
- object Createdlabel: TLabel
- Left = 8
- Top = 176
- Width = 40
- Height = 13
- Caption = 'Created:'
- end
- object Createddatalabel: TLabel
- Left = 88
- Top = 176
- Width = 3
- Height = 13
- end
- object Crcdatalabel: TLabel
- Left = 88
- Top = 240
- Width = 3
- Height = 13
- end
- object Totalfilesdatalabel: TLabel
- Left = 88
- Top = 264
- Width = 3
- Height = 13
- end
- object Nameedit: TEdit
- Left = 88
- Top = 16
- Width = 241
- Height = 21
- TabOrder = 0
- end
- object Rcheckbox: TCheckBox
- Left = 88
- Top = 304
- Width = 97
- Height = 17
- Caption = 'Read-only'
- TabOrder = 1
- end
- object Hcheckbox: TCheckBox
- Left = 184
- Top = 304
- Width = 145
- Height = 17
- Caption = 'Hidden'
- TabOrder = 2
- end
- object Acheckbox: TCheckBox
- Left = 88
- Top = 328
- Width = 97
- Height = 17
- Caption = 'Archive'
- TabOrder = 3
- end
- object Scheckbox: TCheckBox
- Left = 184
- Top = 328
- Width = 145
- Height = 17
- Caption = 'System'
- TabOrder = 4
- end
- end
- object Commenttabsheet: TTabSheet
- Caption = 'Comment'
- ImageIndex = 1
- object Commentmemo: TMemo
- Left = 8
- Top = 8
- Width = 321
- Height = 345
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
- object Cancelbutton: TButton
- Left = 280
- Top = 408
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Okbutton: TButton
- Left = 200
- Top = 408
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-